CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读 串口数据

搜索资源列表

  1. PC机串口(COM)实验器程序

    0下载:
  2. 用来模拟PC机的串口,实现各种串口数据读写的功能!-used to simulate the PC serial port, serial data of various functional literacy!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:399265
    • 提供者:wxf0204
  1. 一个串口包装类及演示程序

    0下载:
  2. 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49061
    • 提供者:张权
  1. 串口温度数据采集并实时显示

    1下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:249880
    • 提供者:周波
  1. 串口温度数据采集并实时显示

    2下载:
  2. 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是
  3. 所属分类:串口编程

  1. vc_and_usart

    0下载:
  2. Vc++编写的实时读写串口数据,并用VC画出相应的数据波形。-Vc++ written in real-time read and write serial data, and draw the corresponding data using VC waveforms.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:4252415
    • 提供者:lvjianming
  1. matlab_uart

    1下载:
  2. matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!-matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data fl
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:91345
    • 提供者:陈永恒
  1. serialport

    0下载:
  2. 串口数据读取源程序,本机调试时需将串口的输入与输入脚短接-Serial data acquisition source, this machine will need to debug serial port input and input pin shorted
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:54689
    • 提供者:凌云
  1. VB读串口数据

    0下载:
  2. VB读取串口数据,可以根据该方法读取串口传过来的数据
  3. 所属分类:编程文档

  1. UATR-testhuaboxing

    0下载:
  2. 读串口并实时画波形,实现串口读取数据,根据得到的数据画出波形-UATR
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4263775
    • 提供者:彭彭
  1. VCComm

    0下载:
  2. VC++环境下从串口读取数据并实时绘制曲线图-VC++ Environment to read data from the serial port and real-time rendering curves
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:167044
    • 提供者:dflower
  1. NetSerialComm

    0下载:
  2. 微软C#读写类,针对串口数据的读写等操作的类-Microsoft C# to read and write class for reading and writing serial data operation
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:52314
    • 提供者:jack
  1. Delphi-pscomm

    0下载:
  2. Delphi下读串口的数据,网上找不到,自己写了一个,现在拿出来共享!使用PSCOMM控件!-Delphi read serial data, the Internet can not find that he wrote a now out to share! Control the use of PSCOMM!
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:5515
    • 提供者:郑寒冬
  1. productshow1

    0下载:
  2. 这个用c#编写的展品统计软件,实现了读取串口数据,将数据统计成展品关注度信息并显示,同时附带串口设置的相关界面。-This statistical software with c# is used to statistical the exhibits int the way recieving from a read serial data into display data and show concern about the degree of information, and the
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:49275
    • 提供者:jerry.shen
  1. serial-port-communication-examples

    0下载:
  2. 包括了读取GPS串口,串口读写操作,串口数据合并等串口操作实例,对于熟悉串口操作有很大帮助。-Read and Write example performs a Serial Port Read, a Serial Port Write, or a combination of these actions while setting some advanced serial features like buffer size, termination characters, and XON/XO
  3. 所属分类:GPS develop

    • 发布日期:2017-03-22
    • 文件大小:112111
    • 提供者:wu
  1. rs232_recv

    0下载:
  2. Linux 下利用串口来读串口设备数据,对于Linux初学者学习有所帮助。-Linux serial port using serial devices to read data, for Linux help for beginners to learn.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:660
    • 提供者:王大軍
  1. duchuankouhuaquxian

    0下载:
  2. 读串口数据绘制曲线,可以满足一般的控制要求。-Reading serial data drawn curves to meet the general control requirements.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2431038
    • 提供者:也许飞
  1. com32

    0下载:
  2. C语言写的串口通讯程序,直接使用可以读写串口数据,包括打开串口,向串口写入数据,关闭串口参考,串口参数可以自己设置,容易扩展,简单实用。-C language to write the serial communication program, direct use can read and write serial data, including open serial port, the serial port to write data, close the serial port inf
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2027327
    • 提供者:阿川
  1. 串口SerialPort和API调用源码

    0下载:
  2. 串口数据读写,详情看代码,谢谢,本人略懂,有错误的地方请见谅。(Serial data read and write, details see the code, thank you, I understand, there is a wrong place, please forgive me.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-26
    • 文件大小:3507200
    • 提供者:zhengdh123
  1. labview 串口通讯

    1下载:
  2. 实现串口通讯 读写功能,可以改变数据类型,可切换(Serial communication read and write function, can change the data type, can switc)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-29
    • 文件大小:17408
    • 提供者:记忆木盒
  1. VB中调用欧姆龙PLC串口和网络示例

    2下载:
  2. 欧姆龙的PLC,在VB中调用的串口,网络通信接口 有利用到FINS协议,读写PLC数据(OMRON's PLC, serial port in VB, network communication interface Have access to FINS protocol)
  3. 所属分类:通讯编程

    • 发布日期:2020-06-20
    • 文件大小:4096
    • 提供者:天下无敌喵
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com